home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / voicea_2 / fsd.ht_ / fsd.ht
Encoding:
Text File  |  1999-05-24  |  1.4 KB  |  42 lines

  1. <html>
  2.  
  3. <head>
  4. <title>BACK TO LIST</title>
  5. <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
  6. </head>
  7.  
  8. <body>
  9.  
  10. <p><font face="Verdana"><a href="SyntaxLinker.htm">BACK TO LIST</a> </font></p>
  11.  
  12. <p><font face="Verdana"><u>Syntax:</u> </font></p>
  13.  
  14. <p><font face="Verdana"><em>YourStringVariable</em> = VoiceAction1.Filter_Slot_Data <i><br>
  15. </i></font></p>
  16.  
  17. <p><font face="Verdana"><u>Details :</u> </font></p>
  18.  
  19. <p><font face="Verdana">Slots are the no. of frequency changes and stress observed of
  20. particular Code. That is every slot will carry the data of Engine Category Code with
  21. stress on that code.</font></p>
  22.  
  23. <p><font face="Verdana">Filter_Slot_Data gives us the <a href="ECC.htm"><em>Engine
  24. Category Code</em></a> for that particular slot.</font></p>
  25.  
  26. <p><u><font face="Verdana">Examples :</font></u></p>
  27.  
  28. <p><font face="Verdana">Dim nni<br>
  29. Form1.Combo1.Clear<br>
  30. For nni = 1 To VoiceAction1.Filter_Filled_Slots<br>
  31. <small><small>VoiceAction1.Send_of_no = nni</small></small></font></p>
  32.  
  33. <p><font face="Verdana"><small><small>Form1.Combo1.AddItem VoiceAction1.Filter_Slot_Data
  34. & " " &  VoiceAction1.Filter_Slot_Data_Weight</small></small><br>
  35. Next nni</font></p>
  36.  
  37. <p><font face="Verdana">See SDK Example</font></p>
  38.  
  39. <p><font face="Verdana"><a href="SyntaxLinker.htm">BACK TO LIST</a> </font></p>
  40. </body>
  41. </html>
  42.